home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 4 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "WhoΓÇÖs a good little fishy?";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "He doesnΓÇÖt even move when I hit the glass.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "This is just my pet fish Spurt. He really doesnΓÇÖt do much. IΓÇÖm starting to wonder if he didnΓÇÖt just die right side up.";
- }
- }
- }
-